home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / archivers / md100b4.lha / MassDecode / ReadMe.txt < prev    next >
Text File  |  1994-03-11  |  6KB  |  158 lines

  1.  
  2.  
  3.                   MASSDECODE BETA TESTER INSTALLATION PROCEDURE
  4.  
  5.                               Version 1.00, Beta-4
  6.                                  9 March 1994
  7.                          Copyright ©1994 by Gregg Giles
  8.  
  9.  
  10.              -----------------------------------------------------
  11.              DO NOT REDISTRIBUTE - BETA CODE - DO NOT REDISTRIBUTE
  12.              -----------------------------------------------------
  13.  
  14.  
  15.  
  16. ****************************************************************************
  17. *** CHANGES SINCE THE LAST VERSION
  18. ****************************************************************************
  19.  
  20.  
  21.    The following changes have been made to this program since the previous
  22. version:
  23.  
  24. * Added code to strip carriage returns from name of binary. It's presence
  25.   was causing MassDecode to think that the binary name was empty, and it
  26.   couldn't handle that, causing it to crash.
  27.  
  28. * Name of binary file being decoded is now displayed during the decoding
  29.   phase. This will not be displayed when the QUIET flag is used from the
  30.   command line.
  31.  
  32. * Totals are now displayed when MassDecode is finished. They include:
  33.   - Total files examined
  34.   - Valid uuencoded parts
  35.   - Total binaries formed
  36.  
  37. * Checking now done to see if source directory actually exists or not.
  38.   Up to Beta-3, if the specified source directory wasn't there, MassDecode
  39.   would simply barf. This is evil, especially if I plan on making MD
  40.   handle multiple directories.
  41.  
  42. * Source and destination directories may now be specified via the command
  43.   line paramaters of SOURCE (source directory) and DEST (destination
  44.   directory). The "Usage" section of the documentation will give details.
  45.   Note: it's not necessary to provide the "/" at the end of a directory;
  46.   if one is not present on either the end of SOURCE or DEST, MassDecode
  47.   will force one on the end for you (exception: anything that ends with a
  48.   colon). Example: "SOURCE sys:messages DEST sys:binaries" will be
  49.   automatically become "SOURCE sys:messages/ DEST sys:binaries/". Also,
  50.   "SOURCE messages: DEST binaries:" will be left alone.
  51.  
  52. * Checking for default filenames has been improved, and now searches for
  53.   more well-known file extensions. The default name for a binary is often
  54.   extracted from the Subject line in encoded binaries which contain no
  55.   special fields to help identify the binary. Extensions which are now
  56.   searched for are:
  57.  
  58.   .anim     .anm     .arc     .arj     .avi     .com     .dl      .dms
  59.   .exe      .g       .gif     .gl      .ham     .iff     .j       .jpeg
  60.   .jpg      .lha     .lzh     .mpeg    .mpg     .run     .sda     .sea
  61.   .tar      .z       .zip     .zoo     .zom
  62.  
  63. * HEADERLINES flag added. This acts as a safety to prevent MassDecode from
  64.   scanning through an entire file when all other safeties fail. By setting
  65.   this value (default is 50), MassDecode stop trying to tell if there is
  66.   uuencoded data within the file after 50 lines. (This has proved useful
  67.   in cases where some bonehead decides to QUOTE an entire uuencoded binary
  68.   file; MassDecode normally can't handle situations like that. Without
  69.   the default HEADERLINES value which is now in place, it took several
  70.   minutes to wade through a single 175k file, which was ridiculous.)
  71.  
  72. * DECODE flag added, permitting user to specify the drive/path to their
  73.   own decoder.
  74.  
  75. * Usage information is now shown if no arguments are given when MassDecode
  76.   is executed.
  77.  
  78.  
  79.  
  80. ****************************************************************************
  81. *** INSTALLATION
  82. ****************************************************************************
  83.  
  84.  
  85. IF UPDATING FROM V1.00 BETA-3 OR BELOW:
  86.  
  87.    1. Replace all of your old files with those found in the distribution
  88.       archive. They should be:
  89.  
  90.       MassDecode.rexx
  91.       MassDecode.doc
  92.       SmartDecode
  93.       ReadMe.TXT
  94.  
  95.    2. It is no longer necessary to edit MassDecode.rexx in order to
  96.       specify the source and destination directories - these can now be
  97.       supplied via a command line flag. See the documentation for details.
  98.  
  99.  
  100.  
  101. IF INSTALLING FOR THE FIRST TIME:
  102.  
  103.    1. Copy "MassDecode.rexx" to a directory within your machine's path.
  104.       (It doesn't really care where it is run from.)
  105.  
  106.    2. Copy "SmartDecode" to a directory within your machine's path.
  107.       (It doesn't care where it is run from either, but for good measure,
  108.       put it in the same directory as "MassDecode.rexx").
  109.  
  110.    3. Read "MassDecode.doc" for more details on how to use MassDecode.
  111.  
  112.  
  113.  
  114. ****************************************************************************
  115. *** REPORTING BUGS
  116. ****************************************************************************
  117.  
  118.    Please report all problems to me immediately at ggiles%so@efn.org. Try
  119. to be as specific as possible. When reporting a bug, please include the
  120. following information:
  121.  
  122.    * A complete copy of the output of your entire MassDecode session.
  123.      Please do not use a DEBUG level above 1 unless I ask you for one later.
  124.      (You can include a copy at debug level 5 as long as you provide a
  125.      copy at either debug level 0 or 1.)
  126.    * If what appears to be a valid encoded message isn't being recognized,
  127.      please send me all parts of the binary as they appeared in the
  128.      newsgroup. Please do not edit any parts or join them.
  129.  
  130.  
  131.  
  132. ****************************************************************************
  133. *** UPDATES VIA THE SUPPORT BBS
  134. ****************************************************************************
  135.  
  136.    I've set up a special account on the support BBS, "Sensory Overload". You
  137. can get the latest version of MassDecode by calling (503) 484-1281. Use
  138. the following information:
  139.  
  140.    Username: MASSDECODE
  141.    Password: MASSDECODE
  142.  
  143.    Once you've logged in, follow the directions shown. This account is very
  144. limited, so don't expect to be able to browse around the system. Also, this
  145. account is for beta testers only - do not pass this information around or
  146. abuse the account.
  147.  
  148.  
  149.  
  150. ****************************************************************************
  151. *** UPDATES VIA FIDONET FREQ
  152. ****************************************************************************
  153.  
  154.    A FidoNet file request magic filename will be set up for MassDecode beta
  155. versions in the near future. It will be: MASSDECODE-BETA. All requests
  156. should be made to 1:152/18. If you have trouble getting this file, send
  157. FidoNet netmail to "SYSOP" at 1:152/18.
  158.